home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / bsn_file.zip / README.TOO < prev    next >
Text File  |  1989-03-12  |  464b  |  13 lines

  1. The patched bison can still be compiled on UNIX without changes.
  2. If you want to compile bison on a PC or compatibles, make the
  3. following additional changes.
  4.  
  5.     sed "s/simple.bison/simple.bsn/g" < bison.simple > simple.bsn
  6.     mv bison.hairy hairy.bsn
  7.  
  8. If you do not already have "getopt" in your library, use the one
  9. inlcuded in this archive instead of the one come with bison
  10. because that one does not compile on PC using large model.
  11.  
  12. --Conrad (1/28/89)
  13.